Skip to content

商家批次单号查询批次单

商户可以通过该接口查询转账批次单以及指定状态的转账明细单。 官方文档

js
wxpay
.
v3
.
transfer
.
batches
.
outBatchNo
.
_out_batch_no_
.
get
({
out_batch_no
,
params
,
}) .
then
(
({
data
: {
transfer_batch
,
transfer_detail_list
,
offset
,
limit
,
}, }) => ({
transfer_batch
,
transfer_detail_list
,
offset
,
limit
,
}) )

Released under the MIT License. (SITEMAP)